

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url("grabbing.png") 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url("AjaxLoader.gif") no-repeat center center
}

.n_banenr {
    height: 320px;
    width: 100%;
    overflow: hidden;
	background: url(../images/n_banner.jpg) center top no-repeat;
}
.n_main_box {
    min-height: 740px;
    position: relative;
    margin-top: -100px;
    background: url(../images/bg_n_main_box.png) center top no-repeat;
}
.n_main_box .main_box {
	width: 1200px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.n_main_box .main_box .n_up_box {
    padding-top: 48px;
}
.n_title {
    border-bottom: 1px solid #eaeaea;
    height: 65px;
    padding: 0 40px;
    line-height: 65px;
    background: #fff;
    position: relative;
}
.n_title h1 {
    display: inline-block;
    font-size: 14px;
    color: #424242;
    padding-bottom: 5px;
}
.n_title .position {
    position: absolute;
    line-height: 65px;
    height: 65px;
    left: 50px;
    top: 0px;
    color: #565656;
    background: url(../images/icon_n_greyhome.png) left center no-repeat;
    padding-left: 18px;
}
.position span, .n_title .position a, .n_title .position i{
	font-size: 14px;
    color: #565656;
}
.n_un_box {
    padding: 30px 40px;
}
.n_un_box .n_left {
    width: 225px;
    float: left;
    position: relative;
    min-height: 540px;
    padding-right: 35px;
	border-right: #E0E0E0 1px solid;
   /* background: url(../images/bg_n_left.png) right top no-repeat;*/
}
.n_left .fenlei li {
    display: block;
    margin-bottom: 10px;
}
.n_left .fenlei li a {
    display: block;
    background: #9a9a9a;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.n_left .fenlei .on a {
    color: #fff;
    background: #3092c2;
}
.n_left .fenlei li:hover a{ color:#fff; background:#3092c2;}

.n_left .column {
    width: 100%;
    padding-left: 12px;
    /*border-right: #E0E0E0 1px solid;*/
    padding-right: 13px;
    padding-top: 0px;
}
.n_left .column h3 {
    background: #eb1c24;
    font: bold 14px 'microsoft yahei',Arial;
    margin: 0 0 5px 0;
    padding: 5px 5px 5px 10px;
    color: #FFF;
}
.n_left .column h3 a {
    color: #FFF;
}
.n_left .column h3 span {
    color: #F9F9F9;
    margin-left: 6px;
    font-family: "Lucida Grande",Tahoma;
    font-weight: normal;
    font-size: 12px;
}
.n_left .column ul {
    margin: 0;
    padding: 10px 10px 10px 5px;
    font-size: 14px;
    list-style-type: none;
}
.n_left .column ul li {
	background: url(../images/lists.png) no-repeat left center;
	padding-left: 10px;
	background-position: 0 -21px;
	line-height: 30px;
	font-size: 13px;
	height: 30px;
}
.n_left .column ul li a {
    color: #565656;
    padding: 5px 0 2px 0;
}
.n_left .column ul li a:hover {
	color:#008ACE;
	border-bottom:#09F 2px solid;
}

.n_right {
    float: right;
    width: 865px;
}
.n_right .n_content {
    min-height: 400px;
    padding-bottom: 40px;
}
.n_right .n_content .show_list li {
	border-bottom: 1px solid #E0E0E0;
	height: 206px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.show_list li .media_img {
	width: 230px;
	margin-right: 20px;
	float: left;
	height: 156px;
}
.show_list li .media_img img {
	width: 230px;
	height: 156px;
}
.show_list li .media-body {
    margin: 0;
}
.show_list li .media-body h3 {
    font-size: 16px;
    margin-bottom: 8px;
}
.show_list li .media-body h3 a {
    color: #666;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
}
.show_list li .media-body p {
    color: #999;
    line-height: 22px;
    font-size: 13px;
	margin: 5px 0 0 0;
    text-align: justify;
}
.show_list li .media-body .time {
    color: #aaa;
    font-size: 13px;
    display: inline-block;
    margin-top: 3px;
}
.n_right .n_content .news_list li {
	border-bottom: 1px solid #E0E0E0;
	padding: 20px 0 30px;
	list-style-type: none;
}
.news_list li .caldata{
    padding: 12px;
    background: #f2f2f2;
    text-align: center;
    margin-right: 18px;
    color: #666;
	float: left!important;
}
.news_list li .caldata p {
    text-align: center;
	margin: 5px 0 0 0;
    line-height: 18px;
}
.news_list li .caldata p.day {
    font-size: 24px;
    color: #666;
    font-weight: bold;
    padding-bottom: 5px;
}
.news_list li .caldata p.mon-year {
    font-size: 13px;
}
.news_list li .media-body {
    margin: 0;
}
.news_list li .media-body h3 {
    font-size: 16px;
    margin-bottom: 8px;
}
.news_list li .media-body h3 a {
    color: #666;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
}
.news_list li .media-body p {
    color: #999;
    line-height: 22px;
    font-size: 13px;
	margin: 5px 0 0 0;
    text-align: justify;
}
.case_list ul li {
	display: block;
	overflow: hidden;
	width: 245px;
	float: left;
	background: #fff;
	position: relative;
	border: 1px solid #dcdcdc;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.case_list ul li img {
    display: block;
    width: 245px;
    height: 184px;
}
.case_list ul li .text_box {
    position: relative;
    width: 100%;
    border-top: 1px solid #dcdcdc;
}
.case_list ul li .text_box h1 {
    display: block;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    color: #6c6c6c;
    text-align: center;
}
.n_right .n_content .article {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 28px;
}
.n_right .n_content .article h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}